IsContentHtml Property (MenuBase<T>)
In This Topic
Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
Syntax
'Declaration
Public Overridable Property IsContentHtml As Boolean
public virtual bool IsContentHtml {get; set;}
See Also